projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c541f
)
[HVM] Save/restore: fix missing return code in USB restore
author
Tim Deegan
<Tim.Deegan@xensource.com>
Thu, 29 Mar 2007 15:32:08 +0000
(15:32 +0000)
committer
Tim Deegan
<Tim.Deegan@xensource.com>
Thu, 29 Mar 2007 15:32:08 +0000
(15:32 +0000)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
tools/ioemu/hw/usb-uhci.c
patch
|
blob
|
history
diff --git
a/tools/ioemu/hw/usb-uhci.c
b/tools/ioemu/hw/usb-uhci.c
index 46cff274cf0f146741e89e634ba39b44d9eeea56..6972d84aa71f2aa872adc5b93606b0a3f3aac993 100644
(file)
--- a/
tools/ioemu/hw/usb-uhci.c
+++ b/
tools/ioemu/hw/usb-uhci.c
@@
-700,6
+700,7
@@
int uhci_usb_load(QEMUFile *f, void *opaque, int version_id)
qemu_get_timer(f, s->frame_timer);
+ return 0;
}
void usb_uhci_init(PCIBus *bus, int devfn)